home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
20
/
5
/
DISK2058.ZIP
/
UNFAST.EXE
/
FAST32.FI
< prev
next >
Wrap
Text File
|
1980-01-01
|
473b
|
30 lines
;FAST 32 bit libraries - later to put into FASTLIB.ASM
#short
var32 n32,s32,div32,sp32
var p32q,p32lead
proc prt32
{
sp32=s32/div32
if (low sp32)=p32q then
{
if p32lead then print chr p32lead;
return
}
print chr '0'+low sp32;
p32q=-1
s32-=sp32*div32
}
proc print32(p32lead)
{
p32q=0
s32=n32
div32=1000000000
for pl32=1 to 10
if pl32=10 then p32q=-1
prt32
div32/=10
next pl32
}